Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.platform.forum.actions--filters

This contribution is part of XML component org.nuxeo.ecm.platform.forum.actions inside nuxeo-platform-forum-7.10.jar /OSGI-INF/forum-actions-contrib.xml

Extension Point

Extension point filters of component ActionService.

Contributed Items

  • <filter append="true" id="view">
          <rule grant="false">
            <type>Thread</type>
          </rule>
        </filter>

XML Source

<extension point="filters" target="org.nuxeo.ecm.platform.actions.ActionService">
    <filter append="true" id="view">
      <rule grant="false">
        <type>Thread</type>
      </rule>
    </filter>
  </extension>